home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / 2015 / models / eastercoke.def < prev    next >
Encoding:
Text File  |  1999-02-24  |  837 b   |  38 lines

  1. SDEF
  2. /*SINED powerup_eastercandy (.3 1 .3) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE
  3. Easter Egg Candy Bar - gives 100 health when used
  4. */
  5.  
  6. // -----------------------------------------------------------------------------
  7. // FILE DECLARATIONS
  8. //
  9. // Model Commands
  10. path models/items/coke
  11. scale 1.3
  12. coke.sbm
  13. coke.tga
  14.  
  15. // Normal Animations
  16. idle1            coke.sam
  17. pose            coke.sam
  18.  
  19. // -----------------------------------------------------------------------------
  20. // INITIALIZATION SECTION
  21. //
  22. !init:
  23. //
  24. // SERVER Initialization Commands
  25. //
  26. // Class Setup
  27. server classname EasterCoke
  28. server setsize "-8 -8 0" "8 8 8"
  29.  
  30. // Icon and Inventory Name
  31. server iconname "p_hi_soda"
  32. server itemname "Can of Soda"
  33.  
  34. // -----------------------------------------------------------------------------
  35. // MAIN SECTION
  36. //
  37. !main:
  38.